runtime._func.funcID (field)
18 uses
runtime (current package)
mgcmark.go#L1074: isAsyncPreempt := frame.fn.valid() && frame.fn.funcID == abi.FuncID_asyncPreempt
mgcmark.go#L1075: isDebugCall := frame.fn.valid() && frame.fn.funcID == abi.FuncID_debugCallV2
panic.go#L1703: return f.funcID == abi.FuncID_abort
runtime2.go#L1087: funcID abi.FuncID // set for certain special runtime functions
symtab.go#L970: return srcFunc{f.datap, f.nameOff, f.startLine, f.funcID}
traceback.go#L267: if f.funcID == abi.FuncID_cgocallback {
traceback.go#L290: switch f.funcID {
traceback.go#L459: if doPrint && gp.m.incgo && f.funcID == abi.FuncID_sigpanic {
traceback.go#L485: injectedCall := f.funcID == abi.FuncID_sigpanic || f.funcID == abi.FuncID_asyncPreempt || f.funcID == abi.FuncID_debugCallV2
traceback.go#L493: u.calleeFuncID = f.funcID
traceback.go#L595: if !cgoTracebackAvailable() || u.frame.fn.funcID != abi.FuncID_cgocallback || u.cgoCtxt < 0 {
traceback.go#L1414: if f.funcID == abi.FuncID_runtime_main || f.funcID == abi.FuncID_corostart || f.funcID == abi.FuncID_handleAsyncEvent {
traceback.go#L1417: if f.funcID == abi.FuncID_runFinalizers {
traceback.go#L1427: if f.funcID == abi.FuncID_runCleanups {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |